Returns a string enclosed in a specified quotation character.
Syntax
Quote(Value As String,[QuoteChar As String]) As String
Name | Description |
---|---|
Value |
The string to enclose. |
QuoteChar |
The character to enclose the string. |
Related concepts